home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / cug232 / macros < prev    next >
Text File  |  1987-06-17  |  640b  |  38 lines

  1. .\" macros for producing descriptions of classes
  2. .ds CM
  3. .de Nm
  4. .ds LH
  5. .bp
  6. .Im 0 \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8
  7. .ds LH class \\fB\\$\\n(.$\\fP (continued)
  8. .in 0
  9. ..
  10. .de Im
  11. .in \\$1
  12. .if 2=\\n(.$ .ft B
  13. \\$2
  14. .if 2<\\n(.$ .Im \\$1+2m \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
  15. ..
  16. .de Rs  \" respondsTo:
  17. .ne 4v
  18. .IP \\fI\\$2\\fP\\h'2m-\\w'\\fI\\$2\\fI'u'\\$1 15m
  19. ..
  20. .de Ex   \" Examples
  21. .br
  22. .ne 10v
  23. .SH
  24. Examples
  25. .LP
  26. .if 0=\\n(.$ .ta 4i
  27. .el .ta \\$1
  28.      Printed result
  29. .sp
  30. .nf
  31. ..
  32. .de Sx
  33. .SH
  34. \\$1
  35. .IP
  36. ..
  37.  
  38.